home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 47
/
Aminet 47 (2002)(GTI - Schatztruhe)[Feb 2002].iso
/
Aminet
/
misc
/
math
/
Algebor.readme
< prev
next >
Wrap
Text File
|
2001-12-29
|
648b
|
20 lines
Short: Show (a+b)^n util by zeeball (+asm source)
Author: Zbigniew Trzcionkowski (zeeball@interia.pl)
Uploader: Zbigniew Trzcionkowski (zeeball@interia.pl)
Version: 0.1 (20.12.2001)
Type: misc/math
Requires: OS37+
Name: Algebor
STATUS: Freeware
Calculates (a+b)^n from n=1 to n=28 trowing the results in CLI/Shell.
I cannot bet if the results after n=6 are correct but everything
seems to be good...
Tech stuff:
To find coefficients uses technique called "triangle of Pascal".
Whole proggy is coded in assembler in a quite complicated way,
however source code is included so that everone can judge for
himself how useless it is.